TransactionHeader

Summary

MembersDescriptions

public DateTime? Expiration

The time at which a transaction expires.

public ushort? RefBlockNum

Specifies a block num in the last 2^16 blocks.

public uint? RefBlockPrefix

specifies the lower 32 bits of the blockid at get_ref_blocknum

public uint? MaxNetUsageWords

Upper limit on total network bandwidth (in 8 byte words) billed for this transaction.

public byte? MaxCpuUsageMs

Upper limit on the total CPU time billed for this transaction.

public uint? DelaySec

Number of seconds to delay this transaction for during which it may be canceled.

Members

public DateTime? Expiration

The time at which a transaction expires.

public ushort? RefBlockNum

Specifies a block num in the last 2^16 blocks.

public uint? RefBlockPrefix

specifies the lower 32 bits of the blockid at get_ref_blocknum

public uint? MaxNetUsageWords

Upper limit on total network bandwidth (in 8 byte words) billed for this transaction.

public byte? MaxCpuUsageMs

Upper limit on the total CPU time billed for this transaction.

public uint? DelaySec

Number of seconds to delay this transaction for during which it may be canceled.

Last updated