interface ISellram {
    account: string;
    bytes: IInt64;
}

Properties

Properties

account: string
bytes: IInt64