wormhole/sdk/js/src/solana/nftBridge/accounts/index.ts

14 lines
292 B
TypeScript

export * from "./config";
export * from "./wrapped";
export {
EndpointRegistration,
deriveAuthoritySignerKey,
deriveCustodyKey,
deriveCustodySignerKey,
deriveEndpointKey,
deriveMintAuthorityKey,
deriveUpgradeAuthorityKey,
getEndpointRegistration,
} from "../../tokenBridge";