Interface BundleSet

interface BundleSet {
    bundleId: string;
    bundleRoot: string;
    fromChainId: string;
}

Properties

bundleId: string
bundleRoot: string
fromChainId: string