interface RoflmarketPaymentAddress {
    eth?: EthAddress;
    native?: Uint8Array;
}

Properties

Properties

native?: Uint8Array