UNPKG

@avalabs/avalanchejs

Version:
82 lines 3.39 kB
export declare const AVM: "AVM"; export declare const EVM: "EVM"; export declare const PVM: "PVM"; export type VM = typeof AVM | typeof EVM | typeof PVM; export declare const ValidVMs: readonly ["AVM", "EVM", "PVM"]; export declare enum TypeSymbols { Codec = "codec", BaseTx = "avax.BaseTx", TransferableOutput = "avax.TransferableOutput", TransferableInput = "avax.TransferableInput", TransferableOp = "avax.TransferableOp", UTXOID = "avax.UTXOID", UTXO = "avax.Utxo", Id = "common.Id", Address = "common.Address", NodeId = "common.NodeId", BlsSignature = "common.BlsSignature", Int = "primitives.Int", BigIntPr = "primitives.BigInt", StringPr = "primitives.String", Byte = "primitives.Byte", Bytes = "primitives.Bytes", Short = "primitives.Short", Input = "secp256k1fx.Input", TransferInput = "secp256k1fx.TransferInput", TransferOutput = "secp256k1fx.TransferOutput", OutputOwners = "secp256k1fx.OutputOwners", OutputOwnersList = "secp256k1fx.OutputOwnersList", Credential = "secp256k1fx.Credential", Signature = "secp256k1fx.Signature", SecpMintOperation = "secp256k1fx.MintOperation", SecpMintOutput = "secp256k1fx.MintOutput", NftFxMintOperation = "nftfx.MintOperation", NftFxMintOutput = "nftfx.MintOutput", NftFxTransferOperation = "nftfx.TransferOperation", NftFxTransferOutput = "nftfx.TransferOutput", NftFxCredential = "nftfx.Credential", AvmBaseTx = "avm.BaseTx", AvmExportTx = "avm.ExportTx", AvmImportTx = "avm.ImportTx", CreateAssetTx = "avm.CreateAssetTx", OperationTx = "avm.OperationTx", InitialState = "avm.InitialState", AvmSignedTx = "avm.SignedTx", PvmBaseTx = "pvm.BaseTx", StakeableLockIn = "pvm.StakeableLockIn", StakeableLockOut = "pvm.StakeableLockOut", AddDelegatorTx = "pvm.AddDelegatorTx", AddValidatorTx = "pvm.AddValidatorTx", AddPermissionlessDelegatorTx = "pvm.AddPermissionlessDelegator", AddPermissionlessValidatorTx = "pvm.AddPermissionlessValidator", Validator = "pvm.Validator", SubnetValidator = "pvm.SubnetValidator", Signer = "pvm.signer", SignerEmpty = "pvm.signerEmpty", ProofOfPossession = "pvm.proofOfPossession", AddSubnetValidatorTx = "pvm.AddSubnetValidator", AdvanceTimeTx = "pvm.AdvanceTimeTx", CreateChainTx = "pvm.CreateChainTx", CreateSubnetTx = "pvm.CreateSubnetTx", PvmExportTx = "pvm.ExportTx", PvmImportTx = "pvm.ImportTx", RewardValidatorTx = "pvm.RewardValidatorTx", RemoveSubnetValidatorTx = "pvm.RemoveSubnetValidator", TransformSubnetTx = "pvm.TransformSubnetTx", TransferSubnetOwnershipTx = "pvm.TransferSubnetOwnershipTx", L1Validator = "pvm.L1Validator", ConvertSubnetToL1Tx = "pvm.ConvertSubnetToL1Tx", RegisterL1ValidatorTx = "pvm.RegisterL1ValidatorTx", SetL1ValidatorWeightTx = "pvm.SetL1ValidatorWeightTx", IncreaseL1ValidatorBalanceTx = "pvm.IncreaseL1ValidatorBalanceTx", DisableL1ValidatorTx = "pvm.DisableL1ValidatorTx", PChainOwner = "pvm.PChainOwner", EvmExportTx = "evm.ExportTx", EvmInput = "evm.Input", EvmOutput = "evm.Output", EvmImportTx = "evm.ImportTx", WarpMessage = "warp.Message", WarpUnsignedMessage = "warp.UnsignedMessage", WarpSignature = "warp.Signature" } //# sourceMappingURL=constants.d.ts.map