Taquito TypeDocs
    Preparing search index...

    Interface RPCOriginationOperation

    RPC origination operation

    interface RPCOriginationOperation {
        balance: string;
        delegate?: string;
        fee: number;
        gas_limit: number;
        kind: ORIGINATION;
        script: { code: any; storage: any };
        source?: string;
        storage_limit: number;
    }
    Index

    Properties

    balance: string
    delegate?: string
    fee: number
    gas_limit: number
    kind: ORIGINATION
    script: { code: any; storage: any }
    source?: string
    storage_limit: number