interface ISetCode {
    account: string;
    code: SystemContract.Interfaces.IBytes;
    memo: string;
    vmtype: number;
    vmversion: number;
}

Properties

account: string
memo: string
vmtype: number
vmversion: number