UNPKG

@flarenetwork/flarejs

Version:
39 lines 2.71 kB
import { AddDelegatorTx, AddPermissionlessDelegatorTx, AddPermissionlessValidatorTx, AddSubnetValidatorTx, AddValidatorTx, AdvanceTimeTx, CreateChainTx, CreateSubnetTx, ExportTx, ImportTx, ProofOfPossession, Signer, StakeableLockIn, StakeableLockOut, SubnetValidator, Validator, RemoveSubnetValidatorTx, TransferSubnetOwnershipTx, TransformSubnetTx } from '../serializable/pvm'; export declare const validator: () => Validator; export declare const validatorBytes: () => Uint8Array; export declare const addValidatorTx: () => AddValidatorTx; export declare const addValidatorTxBytes: () => Uint8Array; export declare const subnetValidator: () => SubnetValidator; export declare const subnetValidatorBytes: () => Uint8Array; export declare const addSubnetValidatorTx: () => AddSubnetValidatorTx; export declare const addSubnetValidatorTxBytes: () => Uint8Array; export declare const addDelegatorTx: () => AddDelegatorTx; export declare const addDelegatorTxBytes: () => Uint8Array; export declare const createChainTx: () => CreateChainTx; export declare const createChainTxBytes: () => Uint8Array; export declare const createSubnetTx: () => CreateSubnetTx; export declare const removeValidatorTx: () => RemoveSubnetValidatorTx; export declare const createSubnetTxBytes: () => Uint8Array; export declare const importTx: () => ImportTx; export declare const importTxBytes: () => Uint8Array; export declare const exportTx: () => ExportTx; export declare const exportTxBytes: () => Uint8Array; export declare const removeSubnetValidatorTxBytes: () => Uint8Array; export declare const stakeableLockIn: () => StakeableLockIn; export declare const stakeableLockInBytes: () => Uint8Array; export declare const stakeableLockOut: () => StakeableLockOut; export declare const stakeableLockOutBytes: () => Uint8Array; export declare const advanceTimeTx: () => AdvanceTimeTx; export declare const advanceTimeBytesTx: () => Uint8Array; export declare const proofOfPossession: () => ProofOfPossession; export declare const signer: () => Signer; export declare const signerBytes: () => Uint8Array; export declare const addPermissionlessValidatorTx: () => AddPermissionlessValidatorTx; export declare const addPermissionlessValidatorTxBytes: () => Uint8Array; export declare const addPermissionlessDelegatorTx: () => AddPermissionlessDelegatorTx; export declare const addPermissionlessDelegatorTxBytes: () => Uint8Array; export declare const transferSubnetOwnershipTx: () => TransferSubnetOwnershipTx; export declare const transferSubnetOwnershipTxBytes: () => Uint8Array; export declare const transformSubnetTx: () => TransformSubnetTx; export declare const transformSubnetTxBytes: () => Uint8Array; //# sourceMappingURL=pvm.d.ts.map