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

Properties

Properties

account: string