Coda by Ian Macalinao
    Preparing search index...

    Type Alias SmartWalletPluginPdas

    type SmartWalletPluginPdas = {
        ownerInvoker: typeof findOwnerInvokerPda;
        smartWallet: typeof findSmartWalletPda;
        subaccountInfo: typeof findSubaccountInfoPda;
        transaction: typeof findTransactionPda;
        walletDerived: typeof findWalletDerivedPda;
    }
    Index
    ownerInvoker: typeof findOwnerInvokerPda
    smartWallet: typeof findSmartWalletPda
    subaccountInfo: typeof findSubaccountInfoPda
    transaction: typeof findTransactionPda
    walletDerived: typeof findWalletDerivedPda