Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface CreateSwapRequest

    interface CreateSwapRequest {
        from: { account: GenericAccount; amount: bigint; token: TokenAddress };
        to: { account: GenericAccount; amount: bigint; token: TokenAddress };
    }
    Index

    Properties

    Properties

    from: { account: GenericAccount; amount: bigint; token: TokenAddress }
    to: { account: GenericAccount; amount: bigint; token: TokenAddress }