interface ISellram {
    account: string;
    bytes: SystemContract.Interfaces.IInt64;
}

Properties

Properties

account: string