Type Parameters

Hierarchy

  • BaseLayout
    • VAA

Properties

consistencyLevel: number
emitterAddress: UniversalAddress
emitterChain: "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Near" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Base" | "Sei" | "Rootstock" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Sepolia"
guardianSet: number
hash: Uint8Array
nonce: number
payload: PayloadLiteralToPayloadType<PL>
payloadLiteral: PL
payloadName: DecomposeLiteral<PL>[1]
protocolName: DecomposeLiteral<PL>[0]
sequence: bigint
signatures: LayoutToType<readonly [{
    binary: "uint";
    name: "guardianIndex";
    size: 1;
}, {
    binary: "bytes";
    custom: {
        from: ((val) => Uint8Array);
        to: ((val) => Signature);
    };
    name: "signature";
    size: 65;
}]>[]
timestamp: number

Generated using TypeDoc