Type alias FunctionCall<Addr>

FunctionCall<Addr>: {
    abi: string;
    method: string;
    params: TokensObject<Addr>;
}

Type Parameters

Type declaration

  • abi: string

    Contract ABI

  • method: string

    Specific method from specified contract ABI

  • params: TokensObject<Addr>

    Method arguments