Show / Hide Table of Contents

Account.Votes Property

Returns the information on the votes that this account has casted for others.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[][] Votes {get; set;}

Attribute value: An array of public keys of accounts voted for, where the public key is a byte array of length 33.

Back