StarknetClaim
Last updated
Action that helps Smart wallets claim Starknet tokens
0x33e5cbf6
const starknetClaimAction = new dfs.actions.basic.StarknetClaimAction(
payload,
gasPrice
);STANDARD_ACTION
/// @param payload Array of payloads
/// @param gasPrice Gas price
struct Params {
uint256[] payload;
uint256 gasPrice;
}Last updated