Sha256: 57832450a409e6157e8bb8d34d8dd3d0367d10b7c571659b95d2b84e47bd9c3b
Contents?: true
Size: 548 Bytes
Versions: 2
Compression:
Stored size: 548 Bytes
Contents
Feature: External Data The Vault Tree interpreter does not interact directly with outside networks. Its repsonsibility is limited to opening and closing vaults under the assumption that all necessary external data will be explicitly passed in. In short, you can expect the interpreter to stick to the following rules: * External Data is relevent only when **closing** a vault. * When a vault is being opened, the interpreter expects that all the necessary data has already been locked somewhere in the contract. * External Data must be a string
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vault-tree-0.3.4 | features/keywords/external_data.feature |
vault-tree-0.3.3 | features/keywords/external_data.feature |