UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

13 lines (12 loc) 300 B
export type GaslessConfig = { /** * sending excess to this address decreases the commission of a gasless transfer */ relay_address: string; /** * list of jettons, any of them can be used to pay for gas */ gas_jettons: Array<{ master_id: string; }>; };