@arkade-os/sdk Documentation - v0.4.36
    Preparing search index...

    Type Alias UnrollStep

    Unroll step where the transaction has to be broadcasted in a 1C1P package

    type UnrollStep = {
        pkg: [parent: string, child: string];
        tx: Transaction;
    }
    Index

    Properties

    Properties

    pkg: [parent: string, child: string]