@multiversx/sdk-core - v14.2.6
    Preparing search index...

    Type Alias ProposeTransferExecuteEsdtInput

    ProposeTransferExecuteEsdtInput: MultisigContractInput & {
        abi?: Abi;
        functionArguments: any[];
        functionName: string;
        optGasLimit?: bigint;
        to: Address;
        tokens: any[];
    }